GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-22T01:38:51.4588191+00:00",
"SubmitDate": "2026-03-22T01:38:51.4588191+00:00",
"ReportPeriodStart": "2026-03-22T01:38:51.4588191+00:00",
"ReportPeriodEnd": "2026-03-22T01:38:51.4588191+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "99ab9874-e0b6-4bd7-a6d5-a98614c01c67",
"Rows": [
{
"ItemId": "9d4784c5-7d58-408f-b1cd-afdeb7ee825f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9d4784c5-7d58-408f-b1cd-afdeb7ee825f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "99ab9874-e0b6-4bd7-a6d5-a98614c01c67",
"Rows": [
{
"ItemId": "9d4784c5-7d58-408f-b1cd-afdeb7ee825f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9d4784c5-7d58-408f-b1cd-afdeb7ee825f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c77db2ba-04a4-4d41-87fc-07f44c72e8a0",
"27444b7c-d748-4412-a61e-1cb8cad02058"
],
"Approvers": [
"e0aa7be1-bc5b-43e3-97e3-cd781a66b0c0",
"dc7b2218-9627-42dd-9db3-93959d0251ae"
],
"ApprovedBy": "d1a8bb63-fe1c-4aae-9922-c26343feaf17",
"ApprovalDate": "2026-03-22T01:38:51.4588191+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "adab26ab-e254-4003-90eb-00fd84472f7d",
"id": "9a7ed67c-a874-4dce-b365-e5a49b6c004a",
"ConfigId": "3ad48aa2-a0cc-4bb0-9b9b-9c22116a28ac"
},
{
"GenerationDate": "2026-03-22T01:38:51.4588191+00:00",
"SubmitDate": "2026-03-22T01:38:51.4588191+00:00",
"ReportPeriodStart": "2026-03-22T01:38:51.4588191+00:00",
"ReportPeriodEnd": "2026-03-22T01:38:51.4588191+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "99ab9874-e0b6-4bd7-a6d5-a98614c01c67",
"Rows": [
{
"ItemId": "9d4784c5-7d58-408f-b1cd-afdeb7ee825f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9d4784c5-7d58-408f-b1cd-afdeb7ee825f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "99ab9874-e0b6-4bd7-a6d5-a98614c01c67",
"Rows": [
{
"ItemId": "9d4784c5-7d58-408f-b1cd-afdeb7ee825f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9d4784c5-7d58-408f-b1cd-afdeb7ee825f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c77db2ba-04a4-4d41-87fc-07f44c72e8a0",
"27444b7c-d748-4412-a61e-1cb8cad02058"
],
"Approvers": [
"e0aa7be1-bc5b-43e3-97e3-cd781a66b0c0",
"dc7b2218-9627-42dd-9db3-93959d0251ae"
],
"ApprovedBy": "d1a8bb63-fe1c-4aae-9922-c26343feaf17",
"ApprovalDate": "2026-03-22T01:38:51.4588191+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "adab26ab-e254-4003-90eb-00fd84472f7d",
"id": "9a7ed67c-a874-4dce-b365-e5a49b6c004a",
"ConfigId": "3ad48aa2-a0cc-4bb0-9b9b-9c22116a28ac"
}
]